MailboxQueryMailboxSearchScopes Property |
Gets the mailbox search scopes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<MailboxSearchScope> MailboxSearchScopes { get; }Public ReadOnly Property MailboxSearchScopes As IList(Of MailboxSearchScope)
Get
Property Value
Type:
IListMailboxSearchScopeThe mailbox search scopes.
See Also